projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fbbc6a
)
xend: typo
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 25 Mar 2008 10:26:05 +0000
(10:26 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 25 Mar 2008 10:26:05 +0000
(10:26 +0000)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index f057d7c0a970aad0edb1a49700f03d63ea1855a5..46e738c478d25fde56074be8ecc37d3ae46c3e1f 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-459,7
+459,7
@@
class XendDomainInfo:
self.destroy()
raise
else:
- raise XendError('VM is not sus
upen
ed; it is %s'
+ raise XendError('VM is not sus
pend
ed; it is %s'
% XEN_API_VM_POWER_STATE[state])
def shutdown(self, reason):